Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.opensocial.container.webContent.Adapter

Documentation

Defines WebContent document adapter

Stephane Fourrier

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.opensocial.container.webContent.Adapter">

  <documentation>
    Defines WebContent document adapter

    @author
	<a href="mailto:stephane.fourrier@ext.leroymerlin.fr">Stephane Fourrier</a>
  </documentation>

  <!-- Webcontent Document Adapter -->
  <extension target="org.nuxeo.ecm.core.api.DocumentAdapterService"
    point="adapters">
    <adapter class="org.nuxeo.opensocial.container.server.webcontent.api.WebContentAdapter"
      factory="org.nuxeo.opensocial.container.server.webcontent.impl.WebContentAdapterFactory" />
  </extension>

</component>